home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 010a / org250sw.zip / ORG.CFG < prev    next >
Text File  |  1991-12-02  |  2KB  |  38 lines

  1. #======================================================================
  2. #    ORG.CFG - Configuration file for ORG version 2.5 - Disk Organizer
  3. #
  4. #    Note: the hash sign (#) begins a comment
  5. #======================================================================
  6.  
  7. # order     \io.sys           # Placing system files first is required
  8. # order     \msdos.sys        # when the /nod switch is used to turn
  9. # order     \ibmbio.com       # off default file locking!
  10. # order     \ibmdos.com       #
  11.  
  12. order     \command.com        # place command.com first 
  13. order     *.com               # place .COM files next
  14. order     *.exe               # ...followed by all .EXE files 
  15.  
  16. # lock     +s+h               # lock all hidden files
  17.  
  18. sort      +e+n                # sort in ascending order by extension and name
  19.  
  20. #======================================================================
  21. #    The following lines are inactive. They show examples
  22. #    of how to delete unwanted files from the drive.
  23. #======================================================================
  24.  
  25. # delete    *.bak               # delete all .bak files
  26. # delete    \brief\backup\*.*   # delete all files in \BRIEF\BACKUP subdirectory
  27. # delete    \TEMP\              # delete all files in \TEMP subdirectory
  28.  
  29. #======================================================================
  30. #    The following are some examples of WRONG useage of 
  31. #    configuration options.
  32. #
  33. # delete  *.*                 # Syntactically correct, but so dangerous
  34.                               # that ORG will ignore it!
  35. # lock    *.*                 # This is allowed, but useless!
  36. # order   *.*                 # this is ignored
  37. #======================================================================
  38.